home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / WriteUp.app / English.lproj / PanelZoom.nib / data.classes < prev    next >
Text File  |  1994-12-14  |  246b  |  20 lines

  1. PasteUp = {
  2.     OUTLETS = {
  3.     zoomPanel;
  4.     };
  5.     SUPERCLASS = Object;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. WriteUp = {
  13.     ACTIONS = {
  14.     appDidInit:;
  15.     };
  16.     OUTLETS = {
  17.     };
  18.     SUPERCLASS = PasteUp;
  19. };
  20.